tools/automake: use make variable to generate aclocal symlinks
authorMichael Pratt <mcpratt@pm.me>
Fri, 2 Sep 2022 18:51:48 +0000 (14:51 -0400)
committerHauke Mehrtens <hauke@hauke-m.de>
Mon, 13 Mar 2023 21:53:41 +0000 (22:53 +0100)
commita3cf796e7731fb7ce657017ad34e93acf35b038a
tree2b87efd620f88a82c58c34d9b5515a0152ebb7b0
parent8d0ff17ec9907b1383644793884c2b50598aafea
tools/automake: use make variable to generate aclocal symlinks

Instead of having a somewhat random list of aclocal symlinks
which are named with the API versioning scheme,
install a symlink for every API version since 1.11
(the first release after Automake was moved to git)
using the API version number from the version of automake
that is currently in openwrt.

Automake API versioning does not include the patch level number.

Signed-off-by: Michael Pratt <mcpratt@pm.me>
tools/automake/Makefile