tools/automake: move file requirements to higher strictness
authorMichael Pratt <mcpratt@pm.me>
Wed, 29 Mar 2023 21:00:18 +0000 (17:00 -0400)
committerChristian Marangi <ansuelsmth@gmail.com>
Thu, 4 May 2023 04:07:28 +0000 (06:07 +0200)
commit89a8269c109b56364bc5c7a63afb8e2888ba9143
treeb0013710c1b527edbe1ad2702f43ca5642aad3dd
parentd39c6cd29b212a6ad5d864893c7687f976600dd4
tools/automake: move file requirements to higher strictness

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>
tools/automake/patches/101-do-not-require-files.patch [new file with mode: 0644]