utils/check-package: ignore ACLOCAL_PATH
The aclocal program is provided by the automake package, so it makes sense to define aclocal-related variables in automake.mk. Add an exception to check-package to ignore that variable. Signed-off-by: Yann E. MORIN <yann.morin.1998@free.fr>
This commit is contained in:
parent
e0c5e294b9
commit
76772cefd8
@ -225,6 +225,7 @@ class TypoInPackageVariable(_CheckFunction):
|
||||
ALLOWED = re.compile("|".join([
|
||||
"ACLOCAL_DIR",
|
||||
"ACLOCAL_HOST_DIR",
|
||||
"ACLOCAL_PATH",
|
||||
"BR_CCACHE_INITIAL_SETUP",
|
||||
"BR_LIBC",
|
||||
"BR_NO_CHECK_HASH_FOR",
|
||||
|
Loading…
Reference in New Issue
Block a user