I got an error of missing aclocal-1.16 -I m4
in building my system. I tried to fix it by installing the newest version of automake
, but it tells me that my automake
is 1.15 which is already the newest version.
I googled it and found the newest version 1.16 of automake
is available at "https://git.adelielinux.org/adelie/packages/-/tree/current/system/automake", so it's obvious that my 'automake' is not the newest one and that blocks me from finishing my build for my 'aclocal' is 1.15.
How can I force apt-get to get the newest version of 'automake' from the above link?