aboutsummaryrefslogtreecommitdiffstats
path: root/tools/automake/patches/101-do-not-require-files.patch
Commit message (Collapse)AuthorAgeFilesLines
* tools/automake: move file requirements to higher strictnessMichael Pratt2023-05-041-0/+29
GNU standards requires certain files at the top-level directory of a package that automake is used with, mostly documentation. If one of these files happens to be missing, autoreconf would fail. Move these file requirements to the more strict 'GNITS' setting. Link: https://www.gnu.org/software/automake/manual/html_node/Strictness.html Signed-off-by: Michael Pratt <mcpratt@pm.me>