Browse Source

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>
Yann E. MORIN 4 years ago
parent
commit
76772cefd8
1 changed files with 1 additions and 0 deletions
  1. 1 0
      utils/checkpackagelib/lib_mk.py

+ 1 - 0
utils/checkpackagelib/lib_mk.py

@@ -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",