Closed robszewczyk closed 5 years ago
Looks good. Please update .default-version (this is a patch '.Z' bump), add a CHANGELOG entry, and make and push a tag as well.
Looks good. Please update .default-version (this is a patch '.Z' bump), add a CHANGELOG entry, and make and push a tag as well.
Updated the PR. I have no rights to this repo, so could you approve and merge?
Quoting from https://www.gnu.org/software/automake/manual/html_node/Sources.html
The documentation for BUILT_SOURCES repeatedly states that the it specifies the sources that need to be built early in the build process and that
make all
,make check
andmake install
all depend onBUILT_SOURCES
. Given the strong parallels between those commands andmake install-headers
we argue that introducing this dependency is a reasonable step in enforcing the logical consistency of the build system.